== is the equality operator that performs type coercion, meaning it converts the operands to the same type before making the comparison.
==
=== is the strict equality operator that compares both value and type without performing type
===